Welcome![Sign In][Sign Up]
Location:
Search - jpeg dct

Search list

[Web ServerJPEG-DCT

Description: JPEG压缩核心变换DCT实现源码,用matlab7.0实现-JPEG compression core transform DCT achieve source used to achieve matlab7.0
Platform: | Size: 1052 | Author: song | Hits:

[Picture ViewerJpeg demo

Description: VC++下面的JPEG压缩编码例程,包括DCT,Z字变换等操作-below VC++ JPEG compression routines, including DCT, Z characters transform such an operation
Platform: | Size: 53248 | Author: 余飞 | Hits:

[Picture Viewerjpeg1

Description: 关于 JEPG的DCT代码,比较简单,但还是比较好的,大家学习-DCT on the JPEG code, relatively simple, but is still relatively good, we learn
Platform: | Size: 23552 | Author: 春春 | Hits:

[Compress-Decompress algrithms基于DCT的jpeg图像压缩编码算法的MATLAB实现

Description: 这是一个基于DCT的jpeg图像压缩编码算法的MATLAB实现的程序,对做jpeg压缩的朋友会很有帮助-this is matlab jpeg compression based on dct,it is helpful for who embark on jpeg compression.
Platform: | Size: 40960 | Author: 杨晖 | Hits:

[Picture Viewerjfdctflt

Description: 一个JPEG文件的压缩实现.为jpeg中的前向DCT变换.是一个有损的压缩-a JPEG compression to achieve. For the jpeg to the DCT. One is the expense of compression
Platform: | Size: 1024 | Author: 范得路 | Hits:

[Picture Viewerdatacomepressed

Description: 这是使用小波变换,jpeg以及DCT变换对图像进行的压缩 -This is the use of wavelet transform, and the DCT jpeg images of the compression
Platform: | Size: 563200 | Author: yangfeng | Hits:

[2D GraphicFasteffectiveDCT

Description: DCT变换是数字图像处理中重要的变换,很多重要的图像算法、图像应用都是基于DCT变换的,如JPEG图像编码方式。对于大尺寸的二维数值矩阵,倘若采用普通的DCT变换来进行,其所花费的时间将是让人难以忍受甚至无法达到实用。而要克服这一难点,DCT变换的快速算法无非是非常吸引人的-DCT digital image processing is an important transformation, many important images algorithm, imaging applications are based on the DCT, such as JPEG image encoding. For large-size two-dimensional numerical matrix, if only the ordinary for DCT, they spent the time people will be unable to reach intolerable even practical. To overcome this difficulty, DCT fast algorithm is nothing more than a very attractive
Platform: | Size: 10240 | Author: javenliu | Hits:

[Graph programJPEGDCTEncodingC++

Description: JPEG DCT量化编码 C++程序,对学习图像压缩编码的过程和具体实现很有帮助。-JPEG DCT quantization coding C program, to learn image coding process and to achieve specific helpful.
Platform: | Size: 11264 | Author: 王成优 | Hits:

[Compress-Decompress algrithmsjpg_DCT

Description: 实现基本JPEG的压缩和编码 % 1. 首先通过DCT变换去除数据冗余; % 2. 使用量化表对DCT系数进行量化; % 3. 对量化后的系数进行Huffman编码。 -achieve basic JPEG compression and coding% 1. First through DCT remove data redundancy; % 2. Using quantitative table right DCT coefficient quantization; 3. Right quantized coefficients of Huffman coding.
Platform: | Size: 1024 | Author: 孙雨萌 | Hits:

[Special Effectsdct_jpeg

Description: jpeg中DCT变换程序。为前向DCT的浮点运算,它要比整数运算更精确。该程序只适用于8×8的块变换。-jpeg DCT transformation procedure. For front to the DCT floating point calculation, it must be more precise than the integer operation. This procedure is only suitable for 8脳8 block transformation.
Platform: | Size: 1024 | Author: canny06 | Hits:

[WEB CodeJPEG-DCT

Description: JPEG压缩核心变换DCT实现源码,用matlab7.0实现-JPEG compression core transform DCT achieve source used to achieve matlab7.0
Platform: | Size: 1024 | Author: song | Hits:

[Compress-Decompress algrithms20061105111655356

Description: 基于C++语言的静态图象压缩编码,JPEG DCT量化编码 C++程序,对学习图像压缩编码的过程和具体实现很有帮助。-based on the C language static image compression, JPEG DCT quantization coding C procedures, learning right image coding process and to achieve specific helpful.
Platform: | Size: 131072 | Author: 朱国福 | Hits:

[Compress-Decompress algrithmsDCT

Description: 图片压缩代码,适用于DCT JPEG图片压缩。-Image compression code, applicable to DCT JPEG image compression.
Platform: | Size: 1024 | Author: liyigang | Hits:

[Special Effectsjpeg

Description: 论文主要介绍了JPEG的编码和解码过程。该程序的编码部分能把一张BMP格式的图象进行JEPG编码,压缩成以二进制形式保存的文件;通过相应的解码程序又可以把图象解压缩出来。在图象传送过程中,我们经常采用JPEG格式对静态图象进行编码。JPEG基本系统是一种有损编码,无法完全恢复出原图象,信息有一定的丢失,称为有损压缩。尽管我们希望能够无损压缩,但是通常有损压缩的压缩比(即原图象占的字节数与压缩后图象占的字节数之比,压缩比越大,说明压缩效率越高)比无损压缩的高。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。解码时,进行熵解码,反量化,反离散余弦变换(IDCT)。
Platform: | Size: 1959936 | Author: 李明 | Hits:

[Compress-Decompress algrithmsjpeg

Description: C代码完成jpeg编码和解码,包括dct,量化,zigzag以及霍夫曼编码、解码-C code to complete jpeg encoding and decoding, including dct, quantization, zigzag and the Huffman code, decoding
Platform: | Size: 8192 | Author: Jingya | Hits:

[Graph programJPEG-DCT

Description: JPEG中DCT 变换在 matlab中的实现 相当简便-JPEG in the DCT transform in matlab in the realization of a very simple
Platform: | Size: 1024 | Author: 蔡同学 | Hits:

[Streaming Mpeg4dct

Description: 8*8DCT,基于流水线设计,比较经典,可以用于JPEG,也可以用于H.264(需改为4*4)-8* 8DCT, based on the pipeline design, compare a classic, can be used in JPEG, can also be used for H.264 (to be replaced 4* 4)
Platform: | Size: 6144 | Author: 周辉 | Hits:

[VHDL-FPGA-Verilogjpeg.tar

Description: This project features a complete JPEG Hardware Compressor (standard Baseline DCT, JFIF header) with 2:1:1 subsampling, able to compress at a rate of up to 24 images per second (on XC2V1000-4 @ 40 MHz with resolution 352x288). Image resolution is not limited. It takes an RGB input (row-wise) and outputs to a memory the compressed JPEG image. Its quality is comparable to software solutions.
Platform: | Size: 3416064 | Author: Bill Guan | Hits:

[matlabworkingjpeg

Description: JPEG DCT based baseline method which divides the image into 8x8 blocks and quantize anthen entropy coded.
Platform: | Size: 3072 | Author: anitha | Hits:

[Special EffectsJPEG

Description: JPEG压缩全过程,压缩和解压缩,改程序是编写静止图像必须学习得程序,内容丰富,需要耐心学习,先搞懂图像压缩的过程,包括颜色空间转换,DCT变换,Huffman编码,量化等过程-JPEG compression and decompression
Platform: | Size: 8342528 | Author: yangcaodie | Hits:
« 12 3 4 5 6 7 8 9 10 ... 19 »

CodeBus www.codebus.net